reset background-color on backdrop disable buttons and entry node.
border: none;
border-radius: 0;
box-shadow: none;
+
+ &:backdrop:disabled { background-color: transparent; }
}
button {
&:backdrop:disabled {
color: transparentize($backdrop_insensitive_color,0.7);
- background-image: none;
+ background-color: transparent;
border-style: none none none solid; // It is needed or it gets overridden
&:dir(rtl) { border-style: none solid none none; }
border: none;
border-radius: 0;
box-shadow: none; }
+ spinbutton:not(.vertical) entry:backdrop:disabled {
+ background-color: transparent; }
spinbutton:not(.vertical) button {
min-height: 16px;
margin: 0;
transition: 200ms ease-out; }
spinbutton:not(.vertical) button:backdrop:disabled {
color: rgba(93, 103, 103, 0.3);
- background-image: none;
+ background-color: transparent;
border-style: none none none solid; }
spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
border-style: none solid none none; }
border: none;
border-radius: 0;
box-shadow: none; }
+ spinbutton:not(.vertical) entry:backdrop:disabled {
+ background-color: transparent; }
spinbutton:not(.vertical) button {
min-height: 16px;
margin: 0;
transition: 200ms ease-out; }
spinbutton:not(.vertical) button:backdrop:disabled {
color: rgba(195, 195, 192, 0.3);
- background-image: none;
+ background-color: transparent;
border-style: none none none solid; }
spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
border-style: none solid none none; }